Vcenter Tagging Categories IterationSpec

Vcenter Tagging Categories IterationSpec
Vcenter Tagging Categories IterationSpec

The Vcenter Tagging Categories IterationSpec schema contains properties used to break results into pages when listing categories.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "marker": "string",
    "page_size": 0
}
string
marker
Optional

Marker is an opaque data structure that allows the caller to request the next page of categories.

This property was added in vSphere API 9.0.0.0.

If missing or null, the first page of categories will be returned.

integer As int64 As int64
page_size
Optional

Used for pagination to fetch given page size

This property was added in vSphere API 9.0.0.0.

if missing or null, then categories will be fetched with default size of 20.